home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00233_Script_ENTREE_MODULE_ZAPETTE < prev    next >
Text File  |  2004-12-05  |  391b  |  20 lines

  1. global gL_Zap,gmem_logoRoll, gpiste_logoRoll
  2. -----------------
  3. on prepareFrame me
  4.   cursor -1
  5.   gL_Zap[9] = the frameLabel
  6.   if the frameLabel contains "CHANGE_RUB" then
  7.    sprite(gpiste_logoRoll).member =  gmem_logoRoll
  8.   end if
  9. end
  10. ----------------
  11. on exitFrame
  12.   case(the frameLabel) of 
  13.     "MAJ":
  14.       MAJ_zapette()
  15.     otherwise:
  16.       
  17.   end case
  18. end
  19. ------------
  20.